home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 28 / develop Issue 28 code / Sketch / Source / AppleEvent / AERRequiredSuite.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-11  |  292 b   |  13 lines  |  [TEXT/CWIE]

  1. /****************************************************************************
  2.  * 
  3.  * RequiredSuite.h
  4.  *
  5.  ****************************************************************************/
  6.  
  7. #ifndef __REQUIREDSUITE__
  8. #define __REQUIREDSUITE__
  9.  
  10. Boolean            InstallRequiredSuiteHandlers    (void);
  11.  
  12. #endif
  13.